-
Notifications
You must be signed in to change notification settings - Fork 54
Changed min/max workers to single field #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
One important note, I've noticed a couple of other things while making these changes:
|
Looks good Mustafa, tried it with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May need to update these notebooks
demo-notebooks/guided-demos/notebook-ex-outputs/0_basic_ray.ipynb
demo-notebooks/guided-demos/notebook-ex-outputs/3_basic_interactive.ipynb
demo-notebooks/guided-demos/notebook-ex-outputs/2_basic_jobs.ipynb
demo-notebooks/guided-demos/notebook-ex-outputs/4_gpt.ipynb
I personally like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm keeping the old notebooks is a great idea.
/LGTM Thanks Mustafa, I was able to run on my cluster. Still not quite certain how it all gets folded in so the num_workers and num_gpus begin to work with the codeflare_notebook, but LGTM in testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested OK on my OC 4.12 cluster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Maxusmusti changes look good! 🚀
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jbusche, MichaelClifford The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue link
#232
What changes have been made
Replaced
min_worker
andmax_worker
with a single consistent worker field in cluster configVerification steps
Create a cluster
check
cluster.details()
check the actual cluster details
Checks